cssparser: Drop _gtk_css_parser_has_prefix()
authorBenjamin Otte <otte@redhat.com>
Mon, 1 Apr 2019 09:47:53 +0000 (11:47 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 12 Apr 2019 17:34:28 +0000 (19:34 +0200)
commitdce8c11b07ba9a51102af4dbbc84450e60822fb0
treee25e361413564e9dd1f1bae2eb66968b5ca8a2e8
parent7ccec19501fef664aa7b9bc333230a9f3bc9aeb5
cssparser: Drop _gtk_css_parser_has_prefix()

Replace it with has_ident/has_function. The old function is a typical
string matching API, not a tokenizing one.
gtk/gtkcsscalcvalue.c
gtk/gtkcsseasevalue.c
gtk/gtkcssimage.c
gtk/gtkcssnumbervalue.c
gtk/gtkcssparser.c
gtk/gtkcssparserprivate.h
gtk/gtkcssselector.c
gtk/gtkcssshorthandpropertyimpl.c